home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Virus / VirusZ / VirusZ.history < prev    next >
Text File  |  2002-08-16  |  17KB  |  313 lines

  1. ============================================================================
  2.                              VIRUSZ III HISTORY
  3. ============================================================================
  4.  
  5.  TODO  Until final release version 1.00:
  6.     - Implement file and sector scanning inside all types of disk- and
  7.       filearchives that xadmaster.library supports.
  8.     - Add device-based sector scanning.
  9.     - Add useful commands to ARexx port.
  10.  
  11.  0.9b  Changes/Additions since 0.9a:
  12.     - Fixed calculation code for ROM size and location. Now uses the
  13.       official method stated in the Amiga Guru Book. Thanks to Michel
  14.       Bagmeijer and Jan Erik Olausen for the bug report.
  15.     - Added new snapshots sent by Harry Sintonen, Mark Savage and
  16.       Klaus-Peter Simon. Thanks guys.
  17.     - Added support for SegTracker to vector check. This makes it much
  18.       easier to identify the program that causes a non-standard vector.
  19.       Thanks to Dirk Stöcker for the idea.
  20.     - Finally added recognition for all vector changes caused by OS 3.9
  21.       BoingBag 2. If you still find some unknown (maybe because you have
  22.       a different cpu), please snapshot and send them.
  23.     - Fixed several bugs in the 'Remove' functions of vector check:
  24.       (a) all of them didn't update the KickChkSum field :-(
  25.       (b) an empty KickMemList (after removing all entries one by one)
  26.           will be removed completely now;
  27.       (c) RomTags will be unlinked from the KickTagList in a much more
  28.           intelligent manner;
  29.       Thanks to Mikolaj Calusinski for his suggestions on this topic.
  30.     - Added support for RemAPollo memory area to vector check and memory
  31.       monitor. Once again thanks to Mikolaj Calusinski for informations
  32.       about his program.
  33.     - Added SegTracker support to memory monitor. Idea by Dirk Stöcker.
  34.     - The memory monitor now gives you a warning if you want to display
  35.       a memory area that is not in the system's list; then it switches
  36.       to ExecBase pointer instead (as it did before).
  37.     - Fixed MuForce hit 'implemented' in v0.9a shutdown code. Thanks to
  38.       Mikolaj Calusinski and Jan Erik Olausen for their reports.
  39.     - Re-added scanning inside archives to file check. Currently this
  40.       function works in the same manner as it did until version 0.99,
  41.       i.e. not all types of archives can be scanned. Full support of all
  42.       xadmaster.library features will come with the next releases.
  43.  
  44.  0.9a  Changes/Additions since 0.99:
  45.     - Totally redesigned the file check. Now all selected files/dirs are
  46.       always scanned without user interaction (exception: encoded files)
  47.       and just the important results get listed. These can be reviewed
  48.       at any time to finally decide what to do with malicious files.
  49.       The new concept has the following advantages:
  50.       (a) it's much faster (my SYS: partition gets scanned in 2:16 min,
  51.           the old scanner needed 9:20 min; that's over 4 times faster!);
  52.       (b) the Job Monitor (that's the name of the new check-window) is
  53.           fully prepared for archive and sector checking, all this will
  54.           happen in just one window (NOT IMPLEMENTED YET);
  55.       (c) less information that's not interesting for the average user,
  56.           just important things get reported now (if you want to analyse
  57.           the files on your harddisk, just use a tool like CheckX!);
  58.       (d) even disinfects damaged or encoded files as far as possible;
  59.       (e) looks much better :-)
  60.     - Added a whole bunch of perfectly commented snapshots sent by
  61.       Todd A. Oberly. Thanks a lot!
  62.     - Added more snapshots sent by Michel Bagmeijer and Ian Chapman.
  63.       Again thanks!
  64.  
  65. ----------------------------------------------------------------------------
  66. SOME WORDS ABOUT RELEASE 0.99:
  67. This one is mostly a 'cosmetic' update that fixes some problems/minor bugs
  68. and prevents some vector trouble as a lot of snapshots have been added.
  69. At the moment I'm already working on a totally new concept for file/sector
  70. checking, but I cannot promise how long it will take to finish that stuff.
  71. That's why I decided to release this update right now.
  72.  
  73.  0.99  Changes/Additions since 0.98:
  74.     - Improved window calculation code to avoid rendering bugs when you
  75.       have installed sysihack-like programs. Thanks to Harry Sintonen
  76.       for the bug report and screenshot.
  77.     - Splitted the single 'About' request in a 'Technical Info' request
  78.       and a new 'About' request and added some more information to them.
  79.     - Fixed bug: 72 bytes of memory disappeared during every program
  80.       startup, this seems to be a problem with special CreateNewProc()
  81.       tags. After two nights of debugging I still couldn't locate the
  82.       bug exactly, so I did some workaround instead, now there are at
  83.       least no more memory losses.
  84.     - Added the first vector snapshots sent by David Oakes, Ian Chapman,
  85.       Fulvio Peruggi and Harry Sintonen. Thanks guys!
  86.     - Fixed minor rendering problem with VirusZ's main window. This one
  87.       only appeared if you have modified the top_border size with tools
  88.       like MCP. Thanks to Luca Longone for the report/screenshot and
  89.       sorry for my angry email :-)
  90.     - Added full support for NSD-64-bit devices. Now the bootblocks of
  91.       partitions located higher than the old 4GB-border will finally be
  92.       accessed correctly.
  93.     - Improved disassembler output in the bootblock lab. The first three
  94.       longwords now always get displayed as 'dc.l' lines and disassembly
  95.       starts at offset $000c, the real entry point of a bootblock. This
  96.       avoids strange interpretations of the bootblock's checksum and the
  97.       two other fields.
  98.     - Added some more vector snapshots sent by Dariusz Krzempek. Thanks!
  99.  
  100. ----------------------------------------------------------------------------
  101. LAST MINUTE BUG REPORT:
  102. I  received  bug  reports saying that VirusZ crashes immediately at startup.
  103. These crashes only happen when both disassembler.library and mmu.library are
  104. installed  in your 'libs:' drawer, but mmu.library setup is not correct.  In
  105. those  cases, either set up your mmu.library environment correctly (read the
  106. manuals),  or delete/rename mmu.library, so that disassembler.library cannot
  107. find it at startup.
  108.  
  109. Thanks to Harry Sintonen for finding this 'bug' and its solution.
  110. ----------------------------------------------------------------------------
  111.  
  112.  0.98  Changes/Additions since 0.97:
  113.     - Fixed bug in vector check kickmem brain that caused all patches to
  114.       be recognized as 'AmigaOS ROM Update'. Sorry for that!
  115.     - Designed a new display format for the vector check. This one looks
  116.       better and is more informative than the old one.
  117.     - Added brain for kicktags to the vector check. This one currently
  118.       only recognizes 'AmigaOS ROM Update' and 'ramdrive.device'.
  119.     - Added the 'Snapshot' function to the vector check (as I promised).
  120.       Now you can snapshot every unknown patch that causes alerts on
  121.       your Amiga and send me the results. This makes it possible for me
  122.       to even add patches that I cannot install on my computer.
  123.       Read the manual for detailed information!
  124.     - Added recognition for ppc.library v46.37 to the vector check.
  125.       Thanks to Jean-Michel Chapron for the handmade snapshots.
  126.     - Added disassembler mode to Memory Monitor. This should help
  127.       experienced users/programmers to analyse unknown vector patches.
  128.  
  129.  0.97  Changes/Additions since 0.96:
  130.     - Fixed bugs in window calculation code that caused the resizeable
  131.       windows (Vector Check, File Check) to look ugly or to not open up
  132.       at all. Thanks to Crown/Cryptoburners, DMX, Paracels/Placebo,
  133.       Jan Andersen and Mad Roger for the bug reports...
  134.     - Moved size-gadget in resizeable windows from the right border to
  135.       the bottom border (looks much nicer and takes less space on small
  136.       screens) and re-fixed width of these windows.
  137.     - Re-added support for ALL disk-based devices to Bootblock Lab on
  138.       special request from Mikolaj Calusinski. Are you happy now? :-)
  139.     - Added disassembler mode to the Bootblock Lab. This should help
  140.       experienced users/programmers to analyse unknown bootblocks.
  141.       Note: This feature requires 'disassembler.library' v40.x by
  142.             Thomas Richter, you'll find it in Aminet...
  143.     - Made Bootblock Lab window resizeable as the disassembler output
  144.       becomes quite big sometimes.
  145.     - Changed the file format for saving window positions. Sorry, but
  146.       if you already had arranged your windows individually, you will
  147.       have to position them all again and save the prefs afterwards.
  148.     - Started adding Sector Check (at least the device selector, the
  149.       real check is not implemented yet, sorry for that :-(
  150.     - Added recognition for mmu.library patches to Vector Check and
  151.       fixed some smaller problems.
  152.     - Finally wrote at least a short documentation for VirusZ III.
  153.  
  154.  0.96  Changes/Additions since 0.95ß:
  155.     - Once again written by Georg Hörmann, as Dirk Stöcker doesn't have
  156.       any time. No longer beta version, because all features are working
  157.       well, missing ones are no reason for a beta release.
  158.     - Fixed bug in vector check that appeared with xvs.library 33.37.
  159.       No longer uses private stuff from inside the library.
  160.     - Fixed bug in vector check startup code invented by Dirk's updates.
  161.       No longer uses uninitialized gadget pointers.
  162.     - Added 'Show...' function for 'Data Viruses' from xvs.library.
  163.     - Rearranged 'File Check Preferences' back to just one window after
  164.       Dirk replaced the old archive stuff with XAD.
  165.     - Added missing 'ROM Update' memlist entries to the brain.
  166.       But: There still exists one entry that cannot be added because of
  167.       missing static data.
  168.     - Added recognition for MuForce and MuGuardianAngel patches.
  169.  
  170.  0.95ß Changes/Additions since 0.94ß:
  171.     - Now detects and hides the MemList entries of known patches
  172.       (eg. ROM Update).
  173.     - Added some unknown patches.
  174.  
  175.  0.94ß Changes/Additions since 0.93aß:
  176.     - Now no longer made by Georg Hörmann, but made by Dirk Stöcker.
  177.     - Added lots of new patches running on my system.
  178.     - Removed unfinished old style archiver support.
  179.     - Added short report format (like in VirusZ II).
  180.     - Bug fixes.
  181.     - Added file archiver support using xadmaster.library.
  182.       NOTE: Registered VirusZ users can get special conditions when
  183.       registering xadmaster.library. Contact me.
  184.     - Fixed preferences storage.
  185.     - Added my PGP signature to all the important files.
  186.     - Fixed VirusZ II Docs.
  187.     - Removed VirusZ II history stuff (It is no longer developed!).
  188.     - Added resize feature to some windows.
  189.  
  190. ----------------------------------------------------------------------------
  191.  
  192. This version still causes PatchWork hits in the startup-code while scanning
  193. for an already running VirusZ_III copy. This may be fixed in a later release
  194. and doesn't influence the performance of VirusZ.
  195.  
  196.  0.93aß Changes/Additions since 0.93ß:
  197.     - Argh! Fixed tiny little bug that made 0.93ß crash on all Amigas
  198.       that don't have archiver prefs saved in 'ENV:VirusZ_III'. Thanks
  199.       to Jan Andersen and Dirk Stöcker for the reports.
  200.     - Memory Monitor now uses a pointer to ExecBase as default address
  201.       to prevent Enforcer hits when 'Chip Start Address = 0' option is
  202.       activated. Manually forced read accesses to locations $0 to $ff
  203.       still cause Enforcer hits, but that is intended. That's why you
  204.       can switch off the above mentioned option :-) Thanks to Dirk
  205.       Stöcker for the report and idea.
  206.     - Fixed unsafe calls to FindTask() in 'Fake SnoopDos' code. Fixed
  207.       shutdown code for timer port. Thanks to Dirk Stöcker again for
  208.       the reports and for sending PatchWork (written by Richard Körber),
  209.       a very useful debug utility.
  210.     - Added recognition for patches caused by PoolMem and PatchWork.
  211.       Thanks again to Dirk for sending that stuff.
  212.  
  213.  0.93ß  Changes/Additions since 0.92ß:
  214.     - Finally added a new file check that works asynchronously. Right
  215.       now it doesn't support archives and doesn't create a report, but
  216.       all other features of VZ II file check have been implemented.
  217.     - Certainly added preferences windows for file check. Some features
  218.       are not implemented yet, just ignore those settings.
  219.  
  220. ----------------------------------------------------------------------------
  221. Oh, oh, it's September already, and nothing great happened to VirusZ III.
  222. This really is a shame, but I was on a holiday trip in August after my final
  223. exams...
  224.  
  225.  0.92ß  Changes/Additions since 0.91ß:
  226.     - Added some system patches to vector check that disturbed me on
  227.       my machine;-)
  228.     - Changed VirusZ status to FREEWARE until I will have more time
  229.       to develop new features or at least finish VirusZ III. Why should
  230.       you pay money for an incomplete program?
  231.  
  232. ----------------------------------------------------------------------------
  233. From March to August '98 I'm once again just at home for the week-ends.
  234. This will definitely delay further development, but I'm going to try my
  235. best to finish the work I've started as soon as possible.
  236.  
  237.  0.91ß  Changes/Additions since 0.90ß:
  238.     - Added xvs.library version string to About request. Idea by
  239.       Jan Andersen.
  240.     - Fixed Disk-Validator check (path was DFx::L/Disk-Validator),
  241.       thanks to Dirk Stöcker for the report.
  242.  
  243. ----------------------------------------------------------------------------
  244. Please understand that I didn't have the time to write a documentation
  245. for VirusZ III until now, just try the features yourself, most things are
  246. quite similar to VirusZ II.
  247. Best thing would be to run VirusZ III permanently in the background and
  248. call VirusZ II if you want to check files/sectors. Disable all background
  249. checking in VirusZ II 1.42/1.43 then to avoid double testing.
  250. Sorry, but huge programs, like VirusZ became over the years, cannot be
  251. rewritten in just a few days.
  252.  
  253.  0.90ß  Changes/Additions since VirusZ II 1.42a:
  254.     - Argh, just after releasing the fixed version, I found another
  255.       bug in the Vector Check code. But now it's fully fixed.
  256.     - Added option to Memory Monitor to skip the low memory region
  257.       in Chip-Ram to prevent Enforcer hits.
  258.     - Fixed little bug in Memory Monitor, the scroll functions didn't
  259.       roll over the end of a region properly.
  260.     - Changed whole signal/message handling to asynchronous style.
  261.       The second (background) process is obsolete and has been removed.
  262.       Even reqtools requesters are asynchronous now, everything runs
  263.       at the same time and nothing blocks out VirusZ. Functionality is
  264.       now just limited by the number of free task signals as each
  265.       window needs at least one.
  266.     - Rewritten whole startup code, all initialization routines and
  267.       module setups for proper support of all new features.
  268.     - Removed File Check and Sector Check. These must be rewritten
  269.       first to be able to support async design.
  270.     - Totally rewritten Bootblock Lab. The brainfile is compatible
  271.       to VirusZ II but is stored by default in 'S:' now.
  272.     - Totally new and safe device scanner: Only disk-based devices will
  273.       be recognized. This should prevent complications with some odd
  274.       harddisks, cd-roms etc.
  275.     - Added new preferences. The preferences format changed and is no
  276.       longer compatible with VirusZ II as many things became obsolete.
  277.     - All settings are stored in ENV:VirusZ_III subdirectory now, as
  278.       there will be created several files.
  279.     - Preferences are kind of interactive now, every change is used
  280.       immediately. There's no more need for Use/Cancel buttons.
  281.     - VirusZ remembers all window positions now. After a restart all
  282.       windows will appear at their old positions. This only works if
  283.       centering is disabled (in Misc Prefs)!
  284.     - Added a few new patches to the vector check. Thanks to all the
  285.       guys who sent them.
  286.     - Added new viruses to xvs.library: 'Death To Maxs' 1-4 trojans.
  287.       Thanks to Jan Andersen for sending them.
  288.     - Re-added 'Hide Known Patches' option to Vector Check as this
  289.       is really useful if you have lots of patches in your system.
  290.     - Added new feature to Vector Check: If VirusZ detects some new
  291.       unknown vectors, the Vector Check will mark them '--> CHANGED
  292.       SINCE LAST CHECK' when they are first reported. This comment
  293.       will then change to '--> SUSPICIOUS' as usual after a refresh.
  294.       This may help you at determining which program causes which
  295.       changes. Idea by Ramiro Garcia and others.
  296.     - Removed detection for Sinmut bootvirus. This actually isn't a
  297.       virus, but some intro bootblock.
  298.     - Added/improved ARexx scripts CheckFiles.vzrx and CheckDir.vzrx.
  299.       CheckFiles supports multiple filenames as arguments and
  300.       CheckDir reports which drawer has been checked now. Thanks to
  301.       Ramiro Garcia for developping the improvements.
  302.  
  303. This history entry is just a rough overview of what happened in the last
  304. few weeks. I sat in front of my machine almost every evening, my girlfriend
  305. is getting angry and other hobbies (even television) are canceled.
  306. There were several moments when another huge problem appeared that I didn't
  307. believe in myself any longer and thought about cancelling all the work, but
  308. until now, I nevertheless managed to solve all the problems (asynchronous
  309. layout is really tricky ;-)
  310. There is still a lot of work to come, as I'm planning new features for the
  311. File Check and other parts of VirusZ III, but I really hope that some day
  312. I can say: It's done!
  313.